home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr50 / wbb13.zip / README.DOC < prev    next >
Text File  |  1993-06-04  |  1KB  |  55 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                 Version 1.3 notes
  9.                             _________________
  10.  
  11.  
  12.  
  13.      Known bugs:
  14.  
  15.        - Running under Windows, in graphics modes, there is a problem
  16.      with the COLOR statement.  In graphics modes only it is not
  17.      clearing a buffer when complete and therefore multiple COLOR
  18.      commands will gradually eat up available memory.  COLOR commands
  19.      in graphics modes under Windows should be limited in number.
  20.  
  21.        - Pressing 'Enter' in an edit control in a dialog box does not
  22.      exit the dialog box unless an 'OK' button defined (Windows)
  23.  
  24.        - LINE INPUT command does not compile.  If you want to change
  25.      the syntax to LINN INPUT in your program the following change to
  26.      the compiler will accept this altered syntax.  Perform this
  27.      patch ONLY if you know how to use the DOS Debugger.
  28.  
  29.        DOS COMPILER
  30.            1. Using DOS rename BB.EXE to BB.DAT
  31.            2. Use DOS debugger to LOAD BB.DAT as follows
  32.           L1000:0
  33.            3. Alter location 2000:C3B1 from a hex 45 to a 4E
  34.            4. Write out to BB.DAT as follows
  35.           W1000:0
  36.            5. Copy BB.DAT to BB.exe
  37.  
  38.        WINDOWS COMPILER
  39.            1. Using DOS rename WBB.EXE to WBB.DAT
  40.            2. Use DOS debugger to LOAD WBB.DAT as follows
  41.           L1000:0
  42.            3. Alter location 2000:8849 from a hex 45 to a 4E
  43.            4. Write out to WBB.DAT as follows
  44.           W1000:0
  45.            5. Copy WBB.DAT to WBB.exe
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.